(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260307&created_hour=21&dduuid=97ccf434fdbc0&device=0&device_type=desktop&os=Windows&ssid=b83q6lg44mmjhu9n8i08h7h93r&t=1772890028&typeid=13&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd3eba902aeae4ccc2da7d6a780d6a634994513c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();