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