(function() { const u = '/apps/statistics.php?aid=12493&browser=IE&created_date=20260120&created_hour=22&dduuid=915f10c30aea1&device=0&device_type=desktop&os=Windows&ssid=q06b6kcmvsnm2fgl0oon141gcs&t=1768920214&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4c529fee882fbbcbc743e1213a04a4dbfe15eb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();