(function() { const u = '/apps/statistics.php?aid=429879&browser=IE&created_date=20260305&created_hour=10&dduuid=0b8b2488f36d7&device=0&device_type=desktop&os=Windows&ssid=v8ifehbe279ujm2hh30tlpbupe&t=1772679117&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=217914572a7d21a307e76dcc28fd5f257e6774c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();