(function() { const u = '/apps/statistics.php?aid=450685&browser=IE&created_date=20260225&created_hour=21&dduuid=a63b37aa38516&device=0&device_type=desktop&os=Windows&ssid=692g95gr57a677batrhp84cr3a&t=1772024403&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c065ddf941550bfbb7c9d2cf621cee4ff749085&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();