(function() { const u = '/apps/statistics.php?aid=460464&browser=IE&created_date=20260313&created_hour=08&dduuid=026dd26b7c76e&device=0&device_type=desktop&os=Windows&ssid=sdmrqob1o7umtag3dm83tmdkoo&t=1773362018&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbd538e367359e793f36c388d00a8c7b0131a957&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();