(function() { const u = '/apps/statistics.php?aid=3&browser=IE&created_date=20251126&created_hour=03&dduuid=cac4aa0bafd1b&device=0&device_type=desktop&os=Windows&ssid=1im1nph8a7m20pa6mtfbru1mce&t=1764099533&typeid=2&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76db49769bb2c9ef5f1bebdcb8b000d30cee3213&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();