(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=01&dduuid=5961ba8317c99&device=0&device_type=desktop&os=Windows&ssid=60u1vrmlpu9kkmb0a159ai6paq&t=1762017223&typeid=0&url_type=2&value=&sign=54da9e4ac705141f69c644a63aca3d7b8f903d8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();