(function() { const u = '/apps/statistics.php?aid=234467&browser=IE&created_date=20260122&created_hour=07&dduuid=f5db177834f61&device=0&device_type=desktop&os=Windows&ssid=f2vb3262kdt8dmocn0d0p96j1h&t=1769038756&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b7dec2c8852918c38830b52b2e86c10a2d3b34e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();