(function() { const u = '/apps/statistics.php?aid=429478&browser=IE&created_date=20260119&created_hour=05&dduuid=fb3b565af9e95&device=0&device_type=desktop&os=Windows&ssid=5s01l4j6usgko163a4h3qnjq8c&t=1768770135&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96474d524c5a279b3fd0778b22bf6ebfe3293cbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();