(function() { const u = '/apps/statistics.php?aid=407009&browser=IE&created_date=20260123&created_hour=08&dduuid=61cd0bf1ac18e&device=0&device_type=desktop&os=Windows&ssid=28svtirbhbip0qupgl44q6sh1o&t=1769127394&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70a651d81fef7c0d62a7b38e2f9ed0d103c7695c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();