(function() { const u = '/apps/statistics.php?aid=413944&browser=IE&created_date=20260118&created_hour=19&dduuid=6941e95248b3a&device=0&device_type=desktop&os=Windows&ssid=gpdhqdabpn0ij534racejc7q0c&t=1768736581&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d96174908230e07332d73ceba0db9aa3c1ce46fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();