(function() { const u = '/apps/statistics.php?aid=427041&browser=IE&created_date=20260101&created_hour=01&dduuid=cc266e474f4b1&device=0&device_type=desktop&os=Windows&ssid=adfbk1agm3ik6u2p4t1948tlhk&t=1767200747&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe0eeb1dd4d91ce2ec9951bd1b5562042d9693fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();