(function() { const u = '/apps/statistics.php?aid=452187&browser=IE&created_date=20260311&created_hour=05&dduuid=be0cf1fc382fc&device=0&device_type=desktop&os=Windows&ssid=fdtag6qkpdkgi6605seb1uash1&t=1773177149&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ac35158072f6f323f89845e4f678f661ca130f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();