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