(function() { const u = '/apps/statistics.php?aid=452185&browser=IE&created_date=20260225&created_hour=00&dduuid=4686882ae55b1&device=0&device_type=desktop&os=Windows&ssid=975u551iom5vg2dd8osgd3004d&t=1771952084&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd341b715b5a9e9b96de7e4d8f78d9affea5530a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();