(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=14&dduuid=b5c0f723c5a85&device=0&device_type=desktop&os=Windows&ssid=r2g3tm2d7c3me6pbj50553vur8&t=1760594743&typeid=0&url_type=2&value=&sign=8a16f57cef83e24ecc3cd73c72ae945e04be149d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();