(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251029&created_hour=14&dduuid=d3b9b4ce69b42&device=0&device_type=desktop&os=Windows&ssid=1gk91f1ibphcrbgh62t3jvio93&t=1761721156&typeid=0&url_type=2&value=&sign=0313dbc2d4a988f2ac22cf84181088f767e85689&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();