(function() { const u = '/apps/statistics.php?aid=445661&browser=IE&created_date=20251228&created_hour=12&dduuid=ea7504f28020b&device=0&device_type=desktop&os=Windows&ssid=02pb8b7rm9lr5h7p51v8ttu52l&t=1766897929&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6c6159ce71b4c097e4ff2cd588a8e098b199f57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();