(function() { const u = '/apps/statistics.php?aid=454640&browser=IE&created_date=20260224&created_hour=02&dduuid=583c8a7bcb940&device=0&device_type=desktop&os=Windows&ssid=3tupsr6v2164gfmmrnmnib1fg0&t=1771871760&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cf5e1abdc5e40ad23ef3f62c9c98f6827548d8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();