(function() { const u = '/apps/statistics.php?aid=426392&browser=IE&created_date=20260305&created_hour=17&dduuid=c5ddf089036a1&device=0&device_type=desktop&os=Windows&ssid=2i9v1aq158hjc5bdj665o29tgl&t=1772701972&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a911feea52dedeeabc5bd6f20fdbd7823f1fadd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();