(function() { const u = '/apps/statistics.php?aid=429609&browser=IE&created_date=20251230&created_hour=13&dduuid=bf940815980b7&device=0&device_type=desktop&os=Windows&ssid=h8ml1egekq1m2mg0livoestf1q&t=1767072385&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8823629898bc319c949c1917c51785b44a321822&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();