(function() { const u = '/apps/statistics.php?aid=15&browser=IE&created_date=20251208&created_hour=00&dduuid=19c6ed8eb7e50&device=0&device_type=desktop&os=Windows&ssid=0v86hiiofirup577ffq30gbuev&t=1765123433&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b52d2ddc465db3856e519767863abf50b294853&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();