(function() { const u = '/apps/statistics.php?aid=455874&browser=IE&created_date=20260207&created_hour=16&dduuid=a4d04b68cdb8d&device=0&device_type=desktop&os=Windows&ssid=7q6kqb9akunilkbu6d0aof1gg0&t=1770454543&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f4655fbca64261b5f829fb739720e856b9de86d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();