(function() { const u = '/apps/statistics.php?aid=370669&browser=IE&created_date=20260305&created_hour=16&dduuid=12bd9be6506a2&device=0&device_type=desktop&os=Windows&ssid=1ptk0hl58894j05lmh0og6emr5&t=1772700092&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0cdd14694104f814ff07492b41968ae4eea7e87f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();