(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=a110c6a42ac1f&device=0&device_type=desktop&os=Windows&ssid=5md9k65v47vi0rd1idpu494901&t=1757898710&typeid=0&url_type=2&value=&sign=e516d74731c7c7087943e5369a999a5246749286&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();