(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=01&dduuid=c6d1c541c3a5a&device=0&device_type=desktop&os=Windows&ssid=91m5l2s8idspcsn087hh2ciism&t=1760205300&typeid=0&url_type=2&value=&sign=328af24b9a7adad12a6bafb009f21245753749d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();