(function() { const u = '/apps/statistics.php?aid=454343&browser=IE&created_date=20260224&created_hour=02&dduuid=7acb8269b6b4f&device=0&device_type=desktop&os=Windows&ssid=nnplt3maheg6a2df8871l63c1v&t=1771871836&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9f76f07a4d0523573acaed08175491a71b39a2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();