(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251105&created_hour=02&dduuid=9b584d10d0d4a&device=0&device_type=desktop&os=Windows&ssid=8jrqc706oc4528qinq5imk6flt&t=1762282089&typeid=0&url_type=2&value=&sign=a133f37f95ccc8171e595369921284b5e3f0307d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();