(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=18&dduuid=e537c9e03b6c0&device=0&device_type=desktop&os=Windows&ssid=ek564pvrlcs37oj7o0sdrlmtct&t=1758018458&typeid=0&url_type=2&value=&sign=3a8595c1b340cb10646da2ac776fbb92568416db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();