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