(function() { const u = '/apps/statistics.php?aid=454242&browser=IE&created_date=20260311&created_hour=02&dduuid=644bcacae9fad&device=0&device_type=desktop&os=Windows&ssid=om1536jrhbanqq87q5mo62o1e8&t=1773166978&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aab32303ae62299b702cf4fb9a2b0c34000a0382&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();