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