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