(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=20&dduuid=2360d91d20915&device=0&device_type=desktop&os=Windows&ssid=o244q748p988jg60kkiqgvo3ud&t=1757853909&typeid=0&url_type=2&value=&sign=8082c376ea1b32afcbe18a970cfc57735d2da671&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();