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