(function() { const u = '/apps/statistics.php?aid=453478&browser=IE&created_date=20260310&created_hour=09&dduuid=76994aea13f19&device=0&device_type=desktop&os=Windows&ssid=1lg32l8jm8ig8unrmcebohacql&t=1773104640&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=611e0e4e4a20d70ed23a1a2d34968d4c6fc39303&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();