(function() { const u = '/apps/statistics.php?aid=448436&browser=IE&created_date=20260122&created_hour=02&dduuid=a25ce145fdde4&device=0&device_type=desktop&os=Windows&ssid=k4e4b1okgmih48n1iblfldtct3&t=1769020109&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f79d0baeeda823bc8944e77520f8ffc16b7ded6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();