(function() { const u = '/apps/statistics.php?aid=444430&browser=IE&created_date=20260313&created_hour=10&dduuid=e843ef4c5a2f6&device=0&device_type=desktop&os=Windows&ssid=hrqnugkpskrovgu388omo331hm&t=1773368968&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8892ce45a44196b26040945b8721753d6f11866e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();