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