(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251207&created_hour=15&dduuid=325825a6c1cce&device=0&device_type=desktop&os=Windows&ssid=7hvmaa54i8d6euomut1t36gltt&t=1765094322&typeid=14&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5dd8a05f51e2c8d712ddf84be4a79c8755f4fbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();