(function() { const u = '/apps/statistics.php?aid=444481&browser=IE&created_date=20251217&created_hour=18&dduuid=806eff357f11e&device=0&device_type=desktop&os=Windows&ssid=81utnbnon3dl0hc97h0methh3m&t=1765969120&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b66f94b3464b6f621179897232470a8e64a9936&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();