(function() { const u = '/apps/statistics.php?aid=449178&browser=IE&created_date=20260114&created_hour=04&dduuid=fdd601ffa4269&device=0&device_type=desktop&os=Windows&ssid=mnsqhsiv6gg6k454q2rg1ifqrp&t=1768337018&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53a4ef743125d4069e9417b5962c215e98e01f78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();