(function() { const u = '/apps/statistics.php?aid=440732&browser=IE&created_date=20260312&created_hour=00&dduuid=389323ad4ac03&device=0&device_type=desktop&os=Windows&ssid=mfa6it7bekeuq3tgsbr2iogpt8&t=1773246642&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=087df653ccb3efe013205e9ff9ad2bfc4c4f6907&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();