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