(function() { const u = '/apps/statistics.php?aid=12147&browser=IE&created_date=20260122&created_hour=06&dduuid=484316c5a614c&device=0&device_type=desktop&os=Windows&ssid=tgqphiq65i97coq2lhk8dv5njo&t=1769032949&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33b3fdfff452ebf58a74ca124926cd9d55d23960&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();