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