(function() { const u = '/apps/statistics.php?aid=319339&browser=IE&created_date=20251221&created_hour=23&dduuid=8bce6789b6b3f&device=0&device_type=desktop&os=Windows&ssid=19o9ohe60d6j5958uivn7lm3ck&t=1766330072&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed98f56cbbdd481dddeffbc6e931102a417afa8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();