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