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