(function() { const u = '/apps/statistics.php?aid=154939&browser=IE&created_date=20260303&created_hour=11&dduuid=3d66950c18ef1&device=0&device_type=desktop&os=Windows&ssid=cqug3ge43qk2namelve7sk891o&t=1772508239&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10f00cf394d33fdffc695ed7c3d043976c78d4c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();