(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251110&created_hour=02&dduuid=27daf2b8e6f32&device=0&device_type=desktop&os=Windows&ssid=0hc5h0frr4ngkvaeot57dccrdo&t=1762713184&typeid=0&url_type=2&value=&sign=77b4306113eb1945293faf792b8e330e5397de07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();