(function() { const u = '/apps/statistics.php?aid=444697&browser=IE&created_date=20260308&created_hour=15&dduuid=a93b0fe02420c&device=0&device_type=desktop&os=Windows&ssid=ef1a2b4qdjmrp5vaboh42ga6s0&t=1772954626&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8e04de5b6e022bfeffc9e250cee0920bccc1ac9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();