(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=11&dduuid=6c590924222de&device=0&device_type=desktop&os=Windows&ssid=aisapmc9jhlg97sc4dqq30nltq&t=1761188479&typeid=0&url_type=2&value=&sign=33ece285ced0f4eef8ebc09e0a7f4440d33dfd3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();