(function() { const u = '/apps/statistics.php?aid=423708&browser=IE&created_date=20251220&created_hour=12&dduuid=48ecd3c8642f3&device=0&device_type=desktop&os=Windows&ssid=lbremdibsd0hqhnfibveji1i8k&t=1766206538&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cfb5b73be5bc4ca35cdbef433444759a22fe965e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();