(function() { const u = '/apps/statistics.php?aid=270924&browser=IE&created_date=20260314&created_hour=22&dduuid=af19ab87e894c&device=0&device_type=desktop&os=Windows&ssid=sems5bjm8uku7m1oo9usvivj1e&t=1773498690&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=373e9a61e4f9cea01fd6e8b57fe94ba0017bde62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();