(function() { const u = '/apps/statistics.php?aid=448544&browser=IE&created_date=20260226&created_hour=09&dduuid=e235ef9eb3f23&device=0&device_type=desktop&os=Windows&ssid=eim41iremkrui2ms609qd12ql7&t=1772067647&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e650c8393a9eaf1d58e4bc8af212312915d1219a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();