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