(function() { const u = '/apps/statistics.php?aid=458174&browser=IE&created_date=20260310&created_hour=15&dduuid=67db770fc1bed&device=0&device_type=desktop&os=Windows&ssid=6qopuboabvdl56endkp6373bb8&t=1773127080&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23ea51c0ef613c7b6d1ac428a4fc2adb7e4ba2ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();