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