(function() { const u = '/apps/statistics.php?aid=417228&browser=IE&created_date=20260117&created_hour=09&dduuid=0c0e3120876b0&device=0&device_type=desktop&os=Windows&ssid=ttklsru9i195816ba6qa7ptv74&t=1768611870&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6f9e905121686d303c5cf1f0360059f72d66f96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();