(function() { const u = '/apps/statistics.php?aid=448686&browser=IE&created_date=20260122&created_hour=05&dduuid=b0abaeaf2118e&device=0&device_type=desktop&os=Windows&ssid=un6956vfs4eus478s0rtsq8scl&t=1769032753&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8649900866f29859c870abc204a602fd8ed8f1ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();