(function() { const u = '/apps/statistics.php?aid=439844&browser=IE&created_date=20260316&created_hour=00&dduuid=46a0ac01baea4&device=0&device_type=desktop&os=Windows&ssid=1tolh98t0m73pglne7g5jf7ruj&t=1773591324&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d945ee9e1bcdf64e7263d05b0e77b51cd3d29819&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();