(function() { const u = '/apps/statistics.php?aid=414575&browser=IE&created_date=20260118&created_hour=05&dduuid=76f004eb6211c&device=0&device_type=desktop&os=Windows&ssid=0ebdi22fc3loetcd0tr6d2o5lv&t=1768685139&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf0a3932c89ea9bafa99c481c09e0d34e40671f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();