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