(function() { const u = '/apps/statistics.php?aid=450396&browser=IE&created_date=20260313&created_hour=13&dduuid=c3d43112bd0f8&device=0&device_type=desktop&os=Windows&ssid=3vf6nt56rrff3hrt08d7crj2v3&t=1773379325&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b98810aa2e2e1efe9b0ea507d7f27c0fbbbc290&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();