(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=10&dduuid=357c277a10a2f&device=0&device_type=desktop&os=Windows&ssid=kbd553c3lm03530vr9m5t9gje3&t=1761100148&typeid=0&url_type=2&value=&sign=5c57a4c585af944c08d96ee288a207fade7cfc94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();