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