(function() { const u = '/apps/statistics.php?aid=442599&browser=IE&created_date=20260224&created_hour=00&dduuid=569453cdfd418&device=0&device_type=desktop&os=Windows&ssid=s0sfc0qeps08b3kful02h87avm&t=1771865775&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e5c3735664e72ac22c80fe649f4b505d963ae1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();