(function() { const u = '/apps/statistics.php?aid=262890&browser=IE&created_date=20260315&created_hour=20&dduuid=abbbff646d792&device=0&device_type=desktop&os=Windows&ssid=p770148qh31d97o00a30nq8ass&t=1773579002&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcc029a7c3b38b2d5f5a809da47c845fdd1745ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();