(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=20&dduuid=5c1192ab9012c&device=0&device_type=desktop&os=Windows&ssid=6d3lgdt2o6j56bl4mg7suhcl6a&t=1762001641&typeid=0&url_type=2&value=&sign=81216e1146d90010a32c0f379c9a31b1c1863ba9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();