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