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