(function() { const u = '/apps/statistics.php?aid=448133&browser=IE&created_date=20260121&created_hour=21&dduuid=40d07031b8578&device=0&device_type=desktop&os=Windows&ssid=v0hijdrirjcc49ve567r1k9udh&t=1769003289&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8f21ed8667f98678fed9ff5d92920e02109e70f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();