(function() { const u = '/apps/statistics.php?aid=440893&browser=IE&created_date=20260112&created_hour=00&dduuid=a24d1753455cb&device=0&device_type=desktop&os=Windows&ssid=oak1ve0j1ar8nrr7abn31p1aoa&t=1768150269&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60540276cbdb514c1bc623760eb94f0c7464f319&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();