(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=04&dduuid=170602c3f77ca&device=0&device_type=desktop&os=Windows&ssid=3anfi4870iucpi3bra15nlcvdm&t=1757968416&typeid=0&url_type=2&value=&sign=697c4526d8d77d71b7408b78963ca225dd1bb19f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();