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