(function() { const u = '/apps/statistics.php?aid=4245&browser=IE&created_date=20260308&created_hour=17&dduuid=69325f7d50b7e&device=0&device_type=desktop&os=Windows&ssid=oc9lgu28su920qfvk5k1vh0426&t=1772963009&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e93f9df2309e5835b757e5ba14175984d4645613&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();