(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251116&created_hour=08&dduuid=4c388773ecc1f&device=0&device_type=desktop&os=Windows&ssid=bs80d9041qt35ks79acu6pss0g&t=1763252705&typeid=0&url_type=2&value=&sign=076d3e4b9fc5f3b8d8a8a63a3f5fe664f72e62a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();