(function() { const u = '/apps/statistics.php?aid=312625&browser=IE&created_date=20260313&created_hour=13&dduuid=4c565a39cc068&device=0&device_type=desktop&os=Windows&ssid=0h9qqat5hmvl5eq2quqhtfth8s&t=1773378453&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53aa2eb3fd0409c8776a2d8238875f9c3d2f75ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();