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