(function() { const u = '/apps/statistics.php?aid=444965&browser=IE&created_date=20260124&created_hour=00&dduuid=b819a2dccdc3b&device=0&device_type=desktop&os=Windows&ssid=amhsf110fctgc1vfs35glf6bfs&t=1769184439&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d14462486dc55aa93df0e2c5b4363e2ec2f6e014&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();