(function() { const u = '/apps/statistics.php?aid=455966&browser=IE&created_date=20260308&created_hour=02&dduuid=18b7eb92944fa&device=0&device_type=desktop&os=Windows&ssid=2bps4rm9b5akitokkaqilqut03&t=1772908982&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5b63b3ceac2e44a8f9e0c602811aff3de289fe6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();