(function() { const u = '/apps/statistics.php?aid=452955&browser=IE&created_date=20260225&created_hour=04&dduuid=fa23e191ef980&device=0&device_type=desktop&os=Windows&ssid=43ehtvqdpt53ctib5crirt1qpp&t=1771966684&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8111a24f7cb5dc5e62f995e744f83ad457ed97d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();