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