(function() { const u = '/apps/statistics.php?aid=142&browser=IE&created_date=20260305&created_hour=04&dduuid=5e3032cdbebf4&device=0&device_type=desktop&os=Windows&ssid=id78telkfb74ll2n3d96atheei&t=1772655793&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3de4e581fcafd05870eac6f7a07cf96fe17202c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();