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