(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=07&dduuid=8aa003a63702b&device=0&device_type=desktop&os=Windows&ssid=3at38sds8q33m8bmi72q1nvsna&t=1761866891&typeid=0&url_type=2&value=&sign=5f3f7369dde2a47163ad7b438a422dae8afc7204&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();