(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=19&dduuid=73acbc0e8682c&device=0&device_type=desktop&os=Windows&ssid=9j6qlct6qft9l13r9c07vp5c1g&t=1761220607&typeid=0&url_type=2&value=&sign=c290d075a4938736efe658b44e2cb65625de9473&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();