(function() { const u = '/apps/statistics.php?aid=336590&browser=IE&created_date=20251222&created_hour=12&dduuid=c6f40530c7ab9&device=0&device_type=desktop&os=Windows&ssid=4m6iosv4vdhf0m6gn2b4ie9p6k&t=1766376246&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b2c556a69ee54afddaf15a3f702ed726367a908&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();