(function() { const u = '/apps/statistics.php?aid=455092&browser=IE&created_date=20260224&created_hour=07&dduuid=df1befc86dbc9&device=0&device_type=desktop&os=Windows&ssid=o8osf90ceepefi14budg3hab3h&t=1771890589&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2d5e931387c3f6e53b4a32c19f8f2e084395585&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();