(function() { const u = '/apps/statistics.php?aid=269198&browser=IE&created_date=20260308&created_hour=06&dduuid=746125378c987&device=0&device_type=desktop&os=Windows&ssid=pd6sjjmrc32ah3gp6fcql6r7o3&t=1772923813&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07d871f73e8bcf59ef5bf1b20251fbf16e1fe2ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();