(function() { const u = '/apps/statistics.php?aid=113185&browser=IE&created_date=20260306&created_hour=18&dduuid=0f0c27221e044&device=0&device_type=desktop&os=Windows&ssid=5l9bhfqdgthvunt1rmn45ocm67&t=1772792209&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e961754783f539fb503f1e039c957e559b44ef1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();