(function() { const u = '/apps/statistics.php?aid=437120&browser=IE&created_date=20260316&created_hour=16&dduuid=48a8d2c646c35&device=0&device_type=desktop&os=Windows&ssid=7qn0rrsij3tn32s4t4h0hlptan&t=1773648827&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f348391ea835010fd984d4a71201be122e90874&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();