(function() { const u = '/apps/statistics.php?aid=262594&browser=IE&created_date=20260308&created_hour=07&dduuid=592fbf665a5ea&device=0&device_type=desktop&os=Windows&ssid=p51lr2qrfsj1plqu89sf8fbcnm&t=1772926677&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c99e4a33aac352baa65abe16d631e82371e882a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();