(function() { const u = '/apps/statistics.php?aid=440910&browser=IE&created_date=20260308&created_hour=09&dduuid=41daf873be67b&device=0&device_type=desktop&os=Windows&ssid=u5p8g8dg7oah406t1h7b9pckn4&t=1772933506&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca5580b96f58342a3a764f9156de9d7a7f06c1a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();