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