(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251028&created_hour=13&dduuid=7a11723c8a6d8&device=0&device_type=desktop&os=Windows&ssid=0kjnb9cm8grb9b6igs6va37b6b&t=1761627744&typeid=0&url_type=2&value=&sign=3221e4efc28739ef6961c820744b42a6b8bd821e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();