(function() { const u = '/apps/statistics.php?aid=453977&browser=IE&created_date=20260226&created_hour=09&dduuid=349ca39ac25f6&device=0&device_type=desktop&os=Windows&ssid=1s4kperse52iua7ev95e1o0s76&t=1772068008&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee5374b16f6363f6749650ca5c6681bc3b0d0fa6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();