(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=16&dduuid=da6a017914f67&device=0&device_type=desktop&os=Windows&ssid=709rca4i6t04bvbo314ni95rkd&t=1760861597&typeid=0&url_type=2&value=&sign=c8b1dfcb8e3a1fe1c239b32de0a20859e0378c15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();