(function() { const u = '/apps/statistics.php?aid=404898&browser=IE&created_date=20260112&created_hour=01&dduuid=6a3cd2c0f5b4d&device=0&device_type=desktop&os=Windows&ssid=502phmkthhq10urp4e02lgehqm&t=1768150973&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86223f08c0128ca209e93c152ce74ce5aa88e63a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();