(function() { const u = '/apps/statistics.php?aid=35941&browser=IE&created_date=20260308&created_hour=10&dduuid=58a93a796db42&device=0&device_type=desktop&os=Windows&ssid=67c3kf490iodpfesdjiiali1fo&t=1772936695&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da5060e942b13a329daf8b37e05d33ffe8839f4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();