(function() { const u = '/apps/statistics.php?aid=456228&browser=IE&created_date=20260225&created_hour=04&dduuid=4b38a44408e82&device=0&device_type=desktop&os=Windows&ssid=j5dijv1bq9soevpgjcuh3mtr2d&t=1771966764&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e9510bd16979222393fc7761ef4aeb2b0efac9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();