(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251116&created_hour=09&dduuid=bdfe75da7ccce&device=0&device_type=desktop&os=Windows&ssid=1n4qnmde4qobbtdj445aqh81k8&t=1763255864&typeid=0&url_type=2&value=&sign=65fcd5fa5de58eb251673e2114a0af2218e4da6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();