(function() { const u = '/apps/statistics.php?aid=12088&browser=IE&created_date=20260122&created_hour=10&dduuid=8328ff1308dc1&device=0&device_type=desktop&os=Windows&ssid=qh8q280km1vj2do4cf1ta548hh&t=1769050449&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59b607d4be1c82efa0aa86b51cea4055d9616896&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();