(function() { const u = '/apps/statistics.php?aid=345071&browser=IE&created_date=20251220&created_hour=19&dduuid=ca4bef7e05cac&device=0&device_type=desktop&os=Windows&ssid=1lsfe9mpn85lohk9su3hr4rfuq&t=1766231178&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=748d84a9cc0d8195a24470727ea18dcd3e40483d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();