(function() { const u = '/apps/statistics.php?aid=449225&browser=IE&created_date=20260227&created_hour=14&dduuid=600b69d3923fc&device=0&device_type=desktop&os=Windows&ssid=sgkqjqhr93spjbqaoa5nm09ucr&t=1772174565&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=408188c4a2d4c7604ebce42f48771508588c44b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();