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