(function() { const u = '/apps/statistics.php?aid=98768&browser=IE&created_date=20260113&created_hour=17&dduuid=7c18d6e5a329b&device=0&device_type=desktop&os=Windows&ssid=0rhmviiah36ft0ses1md78aec1&t=1768295259&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae59b6f00f01ecd83626710b8eddcd159a86c143&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();