(function() { const u = '/apps/statistics.php?aid=382261&browser=IE&created_date=20260224&created_hour=15&dduuid=267c2f3b78e05&device=0&device_type=desktop&os=Windows&ssid=3ci8k87te9db4ut6mhenck3kik&t=1771917259&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3dd2b141618f711aff815e7859628d15b6766419&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();