(function() { const u = '/apps/statistics.php?aid=450660&browser=IE&created_date=20260225&created_hour=16&dduuid=5458606b8df1c&device=0&device_type=desktop&os=Windows&ssid=p24a6db77fbe4b0noj2qru9j8e&t=1772007809&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0ca7f3270624c4290a7ba5171e03dcfbe9579fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();