(function() { const u = '/apps/statistics.php?aid=453826&browser=IE&created_date=20260224&created_hour=13&dduuid=f2901b920a816&device=0&device_type=desktop&os=Windows&ssid=4gu23uff1v7551l5pl3edqmq60&t=1771910093&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0a4f37445997f879a8b37bbabb10c64376e72be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();