(function() { const u = '/apps/statistics.php?aid=402687&browser=IE&created_date=20260304&created_hour=23&dduuid=f73f09a93e1b9&device=0&device_type=desktop&os=Windows&ssid=6gad93aruosgdn9up4af7grhje&t=1772636803&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e774b7aeeda8ab877ad7263d4b4d6831aee2347&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();