(function() { const u = '/apps/statistics.php?aid=448032&browser=IE&created_date=20260112&created_hour=10&dduuid=cf21c2fb710e8&device=0&device_type=desktop&os=Windows&ssid=iv44qbrh3iv7ikk8ecs6i7i324&t=1768186194&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9129c7fd3a0c324f7c69be0f412e3bfb388d4177&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();