(function() { const u = '/apps/statistics.php?aid=12948&browser=IE&created_date=20260224&created_hour=07&dduuid=5f7c81c866d8a&device=0&device_type=desktop&os=Windows&ssid=57psgat2ran9is1benraevmvtc&t=1771890557&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37149aa834cca0840a106bbecaf2c7677d7c68b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();