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