(function() { const u = '/apps/statistics.php?aid=97184&browser=IE&created_date=20260315&created_hour=10&dduuid=66d1ade28010c&device=0&device_type=desktop&os=Windows&ssid=rj45q1vu8b9nbjgespp7l3p4ed&t=1773540418&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6c5187db79df7690c6d0c542562458d96805090&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();