(function() { const u = '/apps/statistics.php?aid=454739&browser=IE&created_date=20260307&created_hour=17&dduuid=59986e4568b5c&device=0&device_type=desktop&os=Windows&ssid=44bhl63khpt8mfe8942m8ntf6u&t=1772875926&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89030332295e699345163b6dc52bd72fa1c2844e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();