(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=04&dduuid=4c8ed801b8b5e&device=0&device_type=desktop&os=Windows&ssid=0ik0pi4ldgoluffk1nkongu0bc&t=1760905246&typeid=0&url_type=2&value=&sign=3f6b984b40afc12e1e8bf883cbb0bd77ad1d073c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();