(function() { const u = '/apps/statistics.php?aid=450905&browser=IE&created_date=20260313&created_hour=04&dduuid=59fd3918dbf8c&device=0&device_type=desktop&os=Windows&ssid=ba2j4qi7fjmgp2vgeranot0215&t=1773346491&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96d3ffdc6c93e8f5f605e40eafccc542b753b7bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();