(function() { const u = '/apps/statistics.php?aid=454118&browser=IE&created_date=20260305&created_hour=08&dduuid=725da09577c9a&device=0&device_type=desktop&os=Windows&ssid=24obvcjpsfn2uama05hdmgtm5k&t=1772672229&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e208605cff47bb38651e8607dd30f2e6aa1cccd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();