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