(function() { const u = '/apps/statistics.php?aid=449427&browser=IE&created_date=20260123&created_hour=06&dduuid=335de2620e6e4&device=0&device_type=desktop&os=Windows&ssid=mlpabruqv2qqorpuqsamfsep0n&t=1769121962&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5054bb899997069fd1311a8a34a2634a360f162&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();