(function() { const u = '/apps/statistics.php?aid=412005&browser=IE&created_date=20251129&created_hour=16&dduuid=be4eb13cab482&device=0&device_type=desktop&os=Windows&ssid=85in2l7si3r6692okmkgj9l0fj&t=1764406673&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7a59bc4b80ee28360a68bfb36db161b59e1ad9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();