(function() { const u = '/apps/statistics.php?aid=449103&browser=IE&created_date=20260113&created_hour=06&dduuid=5ddfa946fa30e&device=0&device_type=desktop&os=Windows&ssid=u8jdgsie8dq8rsuimo33mfh28i&t=1768256818&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97a08135c58a7c2ddb8eebb48f0c9d7585722d85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();