(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=02&dduuid=7765d4c9569d8&device=0&device_type=desktop&os=Windows&ssid=3v6doi1ef0jtsnvb5b9i30qndk&t=1761937032&typeid=0&url_type=2&value=&sign=e59cd351313a5ffbc9f31ed84aaf9a068873d637&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();