(function() { const u = '/apps/statistics.php?aid=422956&browser=IE&created_date=20260130&created_hour=11&dduuid=911a5e631359b&device=0&device_type=desktop&os=Windows&ssid=p488q2p9dl74sk044ni8shetir&t=1769742146&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8aa8bc95824e91f71180b6bcc83d732500d4eefc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();