(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=13&dduuid=8b0fc39ac3903&device=0&device_type=desktop&os=Windows&ssid=sb47b8qplq7kgi4d65e0ct3sc0&t=1760594196&typeid=0&url_type=2&value=&sign=76c243b21cc565fcd3a5698300f88ca7655b5a54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();