(function() { const u = '/apps/statistics.php?aid=398495&browser=IE&created_date=20260226&created_hour=06&dduuid=60a46b39f66a5&device=0&device_type=desktop&os=Windows&ssid=fhbd2ovf744ot98m3asdhmh7dr&t=1772059530&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80d3b3a5a3e041ab842a25d7370537397931642a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();