(function() { const u = '/apps/statistics.php?aid=394030&browser=IE&created_date=20260311&created_hour=06&dduuid=3da7c30e9b135&device=0&device_type=desktop&os=Windows&ssid=886trsjgp1ektvd6u17omoogq6&t=1773181745&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83e393bd500e7adac8262f087f888c24caf5172d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();