(function() { const u = '/apps/statistics.php?aid=413314&browser=IE&created_date=20260119&created_hour=09&dduuid=fbf5a3598ea27&device=0&device_type=desktop&os=Windows&ssid=so8nve6rmrmlip5q0k2kfck3h3&t=1768787118&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4513eff4cb1c018aba050a11e3dec02b1b0c6d35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();