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