(function() { const u = '/apps/statistics.php?aid=452759&browser=IE&created_date=20260310&created_hour=16&dduuid=06781cabb34c3&device=0&device_type=desktop&os=Windows&ssid=t423oto21fpq9p2vtqhcd2s8ds&t=1773131122&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=441c3c8091584e0dc5d0fae663ffae244635ff58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();