(function() { const u = '/apps/statistics.php?aid=449165&browser=IE&created_date=20260112&created_hour=19&dduuid=331420ea8620b&device=0&device_type=desktop&os=Windows&ssid=s060f8mcm4abndkg1150eiqdeo&t=1768215665&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=139073509fa9c964b44b648285d5589167b2d297&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();