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