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