(function() { const u = '/apps/statistics.php?aid=17659&browser=IE&created_date=20260227&created_hour=20&dduuid=1a96405e69c30&device=0&device_type=desktop&os=Windows&ssid=8biavl63bnh549h54odmhq35lv&t=1772196865&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4553df9360a1a73d91937dd2d15ab4257aa731fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();