(function() { const u = '/apps/statistics.php?aid=391602&browser=IE&created_date=20260122&created_hour=23&dduuid=ff129f016e424&device=0&device_type=desktop&os=Windows&ssid=jc6balhe5qgb2vdjq15p7ih8m3&t=1769096934&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3bca8e88a52aa2bae548fd9c8c454b912d4d92b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();