(function() { const u = '/apps/statistics.php?aid=324403&browser=IE&created_date=20260225&created_hour=20&dduuid=dd7ede242c6ac&device=0&device_type=desktop&os=Windows&ssid=f5adnq08q4bf99uhqpastiiaqa&t=1772024363&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2245779cc15878620cdc471f361454e7905397d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();