(function() { const u = '/apps/statistics.php?aid=456078&browser=IE&created_date=20260305&created_hour=20&dduuid=58c3a4037c5d0&device=0&device_type=desktop&os=Windows&ssid=l0s06lman2p079ie7j4hesd8eq&t=1772714799&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89511399a016f7843d88a1da9057460988d3c873&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();