(function() { const u = '/apps/statistics.php?aid=213706&browser=IE&created_date=20260224&created_hour=15&dduuid=5c5c07543ff30&device=0&device_type=desktop&os=Windows&ssid=ohsc0v4s2es9j2nc0l693q3k7g&t=1771917275&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=376a8cc85f2dbab51cc792b7b3e6106269abce20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();