(function() { const u = '/apps/statistics.php?aid=424525&browser=IE&created_date=20260308&created_hour=07&dduuid=f8cd3bb120219&device=0&device_type=desktop&os=Windows&ssid=ualkc97qa9i30f3cneg919s3nn&t=1772926635&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9c27f185448af0eb5d407402074465561b2fe52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();