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