(function() { const u = '/apps/statistics.php?aid=454588&browser=IE&created_date=20260311&created_hour=07&dduuid=604ed6a526afe&device=0&device_type=desktop&os=Windows&ssid=2h0lgkngf364f75nnka7aj01m0&t=1773186662&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24577216826264c0252b139a72a90cf3cabaa09a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();