(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=02&dduuid=a673ce5934f15&device=0&device_type=desktop&os=Windows&ssid=6r9cpa8g6dj9mcrqm1t6tv2qit&t=1761072204&typeid=0&url_type=2&value=&sign=8b9c79f41278bedd0972bf4a0fb6fed12ff3c9fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();