(function() { const u = '/apps/statistics.php?aid=424656&browser=IE&created_date=20260127&created_hour=15&dduuid=ad172a142e7cb&device=0&device_type=desktop&os=Windows&ssid=p7fv6b8s82hmek0sbv5s0b0gtc&t=1769500526&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da45bc05824b57db9a03f77742f86a4c6620a567&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();