(function() { const u = '/apps/statistics.php?aid=401471&browser=IE&created_date=20260128&created_hour=12&dduuid=70cbf335c42ac&device=0&device_type=desktop&os=Windows&ssid=bv3k61su4ncbsprsr1kkmmo618&t=1769573453&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7219e8b77c764ee679c1293732a970cd31138ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();