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