(function() { const u = '/apps/statistics.php?aid=454127&browser=IE&created_date=20260308&created_hour=11&dduuid=7f43bde77bd8c&device=0&device_type=desktop&os=Windows&ssid=rq8o3e1os113lp30lqi4576ias&t=1772939971&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=616eeb9692d8e0e3227ab87dc091c67115ed662a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();