(function() { const u = '/apps/statistics.php?aid=431502&browser=IE&created_date=20260116&created_hour=03&dduuid=249a047af9ce4&device=0&device_type=desktop&os=Windows&ssid=sdn2ur2n3i24bml8kbk2tbe24j&t=1768506019&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de954f0bf9b667228c08e9390e9e37bc024fe6a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();