(function() { const u = '/apps/statistics.php?aid=299990&browser=IE&created_date=20260210&created_hour=00&dduuid=d37b3f1b5eaf0&device=0&device_type=desktop&os=Windows&ssid=43k6qilolo42222li67mkrf641&t=1770653698&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cf684609298cd5fb2f210f6a901e778afc921ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();