(function() { const u = '/apps/statistics.php?aid=455402&browser=IE&created_date=20260310&created_hour=13&dduuid=920a0c0df2692&device=0&device_type=desktop&os=Windows&ssid=ur2i2ldcrsjov2425bvcukvcde&t=1773121387&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5abebd0fc47121ce610067d2e7fcad621e9fb120&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();