(function() { const u = '/apps/statistics.php?aid=423276&browser=IE&created_date=20260102&created_hour=05&dduuid=0cd9f06b2d753&device=0&device_type=desktop&os=Windows&ssid=017sqmrupmg0mq3a950ts42en1&t=1767303226&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e897e2e75047343f0e2c8f983b2fce674097947b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();