(function() { const u = '/apps/statistics.php?aid=450636&browser=IE&created_date=20260311&created_hour=20&dduuid=9c4dc0c1efbcd&device=0&device_type=desktop&os=Windows&ssid=4o0vd7fldt9ugokv88tdk4860s&t=1773230464&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f50ae48582e448ee2a55ae54f432fe75b7a7523a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();