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