(function() { const u = '/apps/statistics.php?aid=17646&browser=IE&created_date=20260317&created_hour=00&dduuid=d56d71128f252&device=0&device_type=desktop&os=Windows&ssid=5i69ihnak1pdjritgdt3ebc21e&t=1773678827&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c2e865b757460e64620c65dbcf943b4311ba6aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();