(function() { const u = '/apps/statistics.php?aid=452448&browser=IE&created_date=20260311&created_hour=20&dduuid=70d2e9bdf45e4&device=0&device_type=desktop&os=Windows&ssid=iotbqa8k7tmmt0e65lv9jag851&t=1773231877&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5edfdf66c19347df784902ca009a2bcaf601d40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();