(function() { const u = '/apps/statistics.php?aid=12&browser=IE&created_date=20251207&created_hour=14&dduuid=36a363343b523&device=0&device_type=desktop&os=Windows&ssid=5oakk5omllepal7tbqo1k6dlpr&t=1765090483&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56dde2e907fd4a6e2cf1f639a30860696e444b6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();