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