(function() { const u = '/apps/statistics.php?aid=27861&browser=IE&created_date=20260122&created_hour=05&dduuid=314836027b22a&device=0&device_type=desktop&os=Windows&ssid=3af81dqc5bdpuoe4kscqf68f0h&t=1769030346&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e8ae647c58e1f4bf54f2186f8ab49be898f1e8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();