(function() { const u = '/apps/statistics.php?aid=418&browser=IE&created_date=20260112&created_hour=22&dduuid=63ce346e80ffc&device=0&device_type=desktop&os=Windows&ssid=to5t7fnb92p0inb3ani81lm5tb&t=1768227091&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1db254b00f96943eb72a49565b57c61c7d3cdb02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();