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