(function() { const u = '/apps/statistics.php?aid=431594&browser=IE&created_date=20260324&created_hour=14&dduuid=ad9f36479cf93&device=0&device_type=desktop&os=Windows&ssid=5aejtdsdlbf7mjhe0ppj1g0l8k&t=1774333718&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8805ce8d7e1506cac5fc1e7bd01b3335a060f231&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();