(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=16&dduuid=c1c2382aa50bc&device=0&device_type=desktop&os=Windows&ssid=6tjp1h324inihc55kgklnudubu&t=1760862345&typeid=0&url_type=2&value=&sign=f4f968f9c31162a469eac3f8fbba788272b5023b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();