(function() { const u = '/apps/statistics.php?aid=443048&browser=IE&created_date=20260312&created_hour=19&dduuid=546a5f0c4c67b&device=0&device_type=desktop&os=Windows&ssid=bgjjfbblcejl522mv8uiv5d9jt&t=1773314999&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8808a5de38334e6db7551fc12103478601a46a25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();