(function() { const u = '/apps/statistics.php?aid=454562&browser=IE&created_date=20260312&created_hour=04&dduuid=b6c730cd48603&device=0&device_type=desktop&os=Windows&ssid=agqv69l1ta4dmolsqlj9naiv0d&t=1773259622&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=431e82934bc6423ee71fb5ebcd5a939c2adfb14d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();