(function() { const u = '/apps/statistics.php?aid=453361&browser=IE&created_date=20260312&created_hour=05&dduuid=584f502186f20&device=0&device_type=desktop&os=Windows&ssid=lvgrpa2knhaj0lmqoiqndq08u3&t=1773262840&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1729e7a33062d9a04978d62104329d953f749ecf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();