(function() { const u = '/apps/statistics.php?aid=395919&browser=IE&created_date=20260309&created_hour=11&dduuid=868fdef5419de&device=0&device_type=desktop&os=Windows&ssid=ld5ohamfn23s7na6e8lvocl752&t=1773025862&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48aa227046bb697189c2d613e2ec68cbfae3f412&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();