(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=06&dduuid=7a65863d18667&device=0&device_type=desktop&os=Windows&ssid=1mf7bosf2knlgogcv11619q2ac&t=1762037027&typeid=0&url_type=2&value=&sign=41de59f7f86557bddb58c57527c388a4b84f3509&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();