(function() { const u = '/apps/statistics.php?aid=455235&browser=IE&created_date=20260306&created_hour=02&dduuid=ad363ad9b9182&device=0&device_type=desktop&os=Windows&ssid=hm74f5tqjlf7cleni126ntnebd&t=1772734828&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d5cda00423cfd6673deee9e9bf1cd3128be35a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();