(function() { const u = '/apps/statistics.php?aid=409046&browser=IE&created_date=20260306&created_hour=03&dduuid=8583c4aac5dd5&device=0&device_type=desktop&os=Windows&ssid=5tjc96q8njhu05sijijl816e5s&t=1772738304&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64ba2636388b576cb150ee4b606767b8991cee23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();