(function() { const u = '/apps/statistics.php?aid=107004&browser=IE&created_date=20260304&created_hour=11&dduuid=2400f6db2acbc&device=0&device_type=desktop&os=Windows&ssid=l3unjef6qbtlvkf5n9q0rubrgl&t=1772594586&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de0d5a1e57eb559c9354d1bcab9f3059efc55374&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();