(function() { const u = '/apps/statistics.php?aid=450642&browser=IE&created_date=20260307&created_hour=13&dduuid=6c6fe9213546f&device=0&device_type=desktop&os=Windows&ssid=hdkjog71a8oirdl3a0m1ev0tdj&t=1772860435&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce62865ff00aacebc628764fbaa51f0428563d23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();