(function() { const u = '/apps/statistics.php?aid=446864&browser=IE&created_date=20260114&created_hour=00&dduuid=cb7c6bcbacfbc&device=0&device_type=desktop&os=Windows&ssid=a1ds9roe9tpqostcohvqdvgbd4&t=1768322583&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2f7991a53b37ec8914eea57ca55febb223777a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();