(function() { const u = '/apps/statistics.php?aid=451380&browser=IE&created_date=20260312&created_hour=10&dduuid=262ba174fb524&device=0&device_type=desktop&os=Windows&ssid=f89ei5arc5ec2itigeh7kp7iqa&t=1773283732&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22531f4aae971c7205cc5270942d9524b685ee92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();