(function() { const u = '/apps/statistics.php?aid=454068&browser=IE&created_date=20260201&created_hour=04&dduuid=694c77e07b874&device=0&device_type=desktop&os=Windows&ssid=h670aggl61hv3odjf5f2g4c359&t=1769890681&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9128df4c2b57547c0bd402b8c8ff504f8d70d1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();