(function() { const u = '/apps/statistics.php?aid=449011&browser=IE&created_date=20260113&created_hour=13&dduuid=cd7292a724095&device=0&device_type=desktop&os=Windows&ssid=4o9bog1665hrbe27r2351st8bq&t=1768282032&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48d9cb24affe9961ca37030a6b8062d3ca80abc6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();