(function() { const u = '/apps/statistics.php?aid=450956&browser=IE&created_date=20260311&created_hour=17&dduuid=7a7e792c9a12b&device=0&device_type=desktop&os=Windows&ssid=t8u244vqo8hkebuntml8ichsji&t=1773222127&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c1c931d2d9a398a19fbd5c8f02643569d20747a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();