(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=11&dduuid=fbea9999bc563&device=0&device_type=desktop&os=Windows&ssid=c3av9en4oc2vg9aerjjgj7md2t&t=1761189624&typeid=0&url_type=2&value=&sign=7f09ae0e847a28e2b9cb3818de6ecdab132ab1b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();