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