(function() { const u = '/apps/statistics.php?aid=443512&browser=IE&created_date=20251216&created_hour=09&dduuid=f7a760ff8abca&device=0&device_type=desktop&os=Windows&ssid=shbi6vre4inh3b286hnamrchs6&t=1765849241&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9286c9ff343a6999db91a98becaa08ca94963833&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();