(function() { const u = '/apps/statistics.php?aid=454169&browser=IE&created_date=20260223&created_hour=23&dduuid=7873531d7d34f&device=0&device_type=desktop&os=Windows&ssid=tmg80gv95b723tohr2sv0i8fu5&t=1771861710&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c16b30fc78a778d1f4590767072fe02073c1ff6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();