(function() { const u = '/apps/statistics.php?aid=158871&browser=IE&created_date=20260310&created_hour=06&dduuid=28e9f090d2a04&device=0&device_type=desktop&os=Windows&ssid=q4on76gg06eqc3r6joq2f6d5k7&t=1773094738&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dca734fb85e20da5f4ebc44c0b5e3392e67f675d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();