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