(function() { const u = '/apps/statistics.php?aid=207093&browser=IE&created_date=20251224&created_hour=19&dduuid=50ff1d6fc6fac&device=0&device_type=desktop&os=Windows&ssid=3acv35bgflirlrh730cbgrgupp&t=1766574745&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6adfa8d07b2ed0bfa72bbd69bcd19170b6521427&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();