(function() { const u = '/apps/statistics.php?aid=141249&browser=IE&created_date=20260224&created_hour=22&dduuid=d4c98e24ef1bd&device=0&device_type=desktop&os=Windows&ssid=i2vm3m7vul5bhi1sga854n1a8u&t=1771942373&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dff95ccf9dfbf83c34440d159b9511e02ba876de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();