(function() { const u = '/apps/statistics.php?aid=446290&browser=IE&created_date=20260124&created_hour=15&dduuid=3d4bfac4206fe&device=0&device_type=desktop&os=Windows&ssid=di6io0k2q9q5pquhabhii910em&t=1769238359&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56a5099dc104fc9bf48e2293d131743fd71db836&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();