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