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