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