(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=12&dduuid=07713c2cd6a7a&device=0&device_type=desktop&os=Windows&ssid=07cqhpbi4kptpfer464i4trc5k&t=1762145751&typeid=0&url_type=2&value=&sign=3cbf309e6323a804836bd02839316be9d22828cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();